home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 19 / Amiga Format CD19 (1997-10-02)(Future Publishing)(GB)(Track 1 of 5)[!][issue 1997-11].iso / -seriously_amiga- / shareware / comms / other / weatherexperience / weatherex15.readme < prev    next >
Text File  |  1997-08-18  |  4KB  |  84 lines

  1. Short:    Monitor global Internet weatherdata
  2. Author:   troels@stud.cs.uit.no (Troels Walsted Hansen)
  3. Uploader: troels@stud.cs.uit.no (Troels Walsted Hansen)
  4. Type:     comm/tcp
  5. Replaces: comm/tcp/WeatherEx14.lha
  6.  
  7. __        __         _   _
  8. \ \      / /__  __ _| |_| |__   ___ _ __
  9.  \ \ /\ / / _ \/ _` | __| '_ \ / _ \ '__|
  10.   \ V  V /  __/ (_| | |_| | | |  __/ |
  11.    \_/\_/ \___|\__,_|\__|_| |_|\___|_|
  12.                         _____                      _
  13.                        | ____|_  ___ __   ___ _ __(_) ___ _ __   ___ ___
  14.                        |  _| \ \/ / '_ \ / _ \ '__| |/ _ \ '_ \ / __/ _ \
  15.                        | |___ >  <| |_) |  __/ |  | |  __/ | | | (_|  __/
  16.                        |_____/_/\_\ .__/ \___|_|  |_|\___|_| |_|\___\___| 1.5
  17.                                   |_|
  18.  
  19. Introduction
  20. ¯¯¯¯¯¯¯¯¯¯¯¯
  21. WeatherExperience was written after I saw WinWeather on a PC.  I thought it
  22. looked interesting and I'm always looking for new, interesting TCP/IP
  23. applications to program.  WeatherExperience, like WinWeather, uses some
  24. servers in the US that get their data from the National Weather Service.
  25. WeatherExperience downloads weatherdata for the cities you tell it to, and
  26. displays it in a listview.
  27.  
  28. Please give me your comments about the program, the future of any of my
  29. programs depends very much on the amount of feedback I get from the users!
  30.  
  31. Features
  32. ¯¯¯¯¯¯¯¯
  33.  · Can monitor weatherdata for 558 cities in the US, 44 cities in Canada and
  34.    93 cities outside the US/Canada.
  35.  · Shows data like temperature, wind, conditions, forecasts and many others.
  36.  · Can convert measurements to various units like Celcius, Fahrenheit,
  37.    Kelvin, meter/second, miles per hour and knots.
  38.  · Almost 100% asynchronous network operation (you can use the GUI while the
  39.    program is fetching weatherdata, and you can abort at almost any time).
  40.  · Updates weatherdata display after a user-configurable delay.
  41.  · Manipulate data with Copy to clipboard/Print/Save to disk funtions.
  42.  
  43. Requirements
  44. ¯¯¯¯¯¯¯¯¯¯¯¯
  45.  · AmigaOS 2.04 or higher
  46.  · MUI 3.3 or higher
  47.  · A TCP/IP stack (like AmiTCP, Miami, As225, Inet225 or mlink)
  48.  
  49. Version history
  50. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  51. WeatherExperience 1.5 (3.8.97)
  52.  · All South Carolina cities were listed twice.
  53.    (Spotted by June Nilsen, while being forced to try my program :)
  54.  · "British Colombia" -> "British Columbia"
  55.    (Reported by Gary Gagnon)
  56.  · Fixed the fact that no euro data seemed to be available
  57.    (Reported by Troy D. Davis and a million others later)
  58.  · Removed the silly error requester when cancelling a filerequester.
  59.  · Added a workaround for a bug in RTPatch 38.298 that caused the error
  60.    requester to appear anyway.
  61.  · Now uses the fixed font (configured in MUI prefs) in the forecast window.
  62.    (Suggested by Troy D. Davis and Eirik Synnes)
  63.  · Three new ARexx commands:  REFRESH, ABORT and GETDATA (see AmigaGuide for
  64.    usage information).
  65.  · New  menu  called  "ARexx".  It contains one item that lets you execute an
  66.    ARexx script chosen from a filerequester, and below that you will a menuitem for 
  67.    all files matching the pattern "#?.wxp" in PROGDIR:ARexx.  Selecting one of
  68.    those items will launch the corresponding ARexx script.
  69.    (Idea ripped off AmIRC *without* the author's permission ;)
  70.  · Moved Auckland and Sydney into a region of their own, Australia.  They
  71.    were previously put under the Asia region because I thought it was silly
  72.    to have a region with two members, but I was convinced otherwise by Troy
  73.    D. Davis. :)
  74.  · Pressing the Help key on your keyboard will now open the AmigaGuide to the
  75.    section describing the active WE window.
  76.  · The ARexx portname is now listed in the aboutwindow.
  77.  · Horizontal scrollbar in mainwindow finally realized.  :) This is done
  78.    using Gilles Massons NList.mcc.
  79.  · Changed "Marthas Vinyard" -> "Martha's Vineyard" misspelling in a
  80.    Massachusetts town.  (not my error :)
  81.    (Reported by Philippe REUX)
  82.  · Corrected another misspelling: "Tunesia" -> "Tunisia".
  83.    (Reported by Giovanni Calderone)
  84.